Welcome![Sign In][Sign Up]
Location:
Search - message visual c

Search list

[Windows Developmessage

Description: 《visual c++6.0实用教程》(杨永国)第7章源代码,自己编写。仅供参考,因为我觉得本书这章漏了一些说明。
Platform: | Size: 28573 | Author: 李鹿 | Hits:

[Windows Develop简单聊天系统

Description:

========================================================================
       MICROSOFT FOUNDATION CLASS LIBRARY : Talk
========================================================================


AppWizard has created this Talk application for you.  This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your Talk application.

Talk.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

Talk.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CTalkApp application class.

Talk.cpp
    This is the main application source file that contains the application
    class CTalkApp.

Talk.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
 Visual C++.

Talk.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.

res\Talk.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file Talk.rc.

res\Talk.rc2
    This file contains resources that are not edited by Microsoft
 Visual C++.  You should place all resources not editable by
 the resource editor in this file.

 


/////////////////////////////////////////////////////////////////////////////

AppWizard creates one dialog class:

TalkDlg.h, TalkDlg.cpp - the dialog
    These files contain your CTalkDlg class.  This class defines
    the behavior of your application's main dialog.  The dialog's
    template is in Talk.rc, which can be edited in Microsoft
 Visual C++.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Talk.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.)  If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.

/////////////////////////////////////////////////////////////////////////////
 


Platform: | Size: 38661 | Author: roothai | Hits:

[Windows Developgina源代码

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MyGina ======================================================================== AppWizard has created this MyGina DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your MyGina DLL. MyGina.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. MyGina.h This is the main header file for the DLL. It declares the CMyGinaApp class. MyGina.cpp This is the main DLL source file. It contains the class CMyGinaApp. MyGina.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. MyGina.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\MyGina.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. MyGina.def This file contains information about the DLL that must be provided to run with Microsoft Windows. It defines parameters such as the name and description of the DLL. It also exports functions from the DLL. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named MyGina.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 79845 | Author: mw@nwnu.edu.cn | Hits:

[SMSo2smsv

Description: Oxygen SMS ActiveX Control允许你发送接受文字及图片消息,读写缺省的SMS中心号码,获得保存的信息总数和统计它们的位置,从SMS收件箱中读取和删除信息。可以获得手机的IMEI,型号的软件和硬件版本和日期,电池容量和信号强度。控件可以和任何支持Active X的编程环境相融合(如,ASP。Microsoft Visual Basic,Microsoft Visual C ,Microsoft Access,Borland Delphi,Borland C Builder等)。共享软件。注册版本将没有提示屏幕,也不会在每次发送消息之前加一段文字。适用语言:CB3 CB4 CB5 D3 D4 D5 D6-Oxygen SMS ActiveX Control allows you to send to receive text and picture messages, read and write default SMS center number, be preserved and statistical information on the total number of their locations, from the SMS inbox to read and delete information. Access to mobile phones IMEI, models of software and hardware version and date, battery capacity and signal strength. Can control and any support for Active X integrated programming environment (such as, ASP. Microsoft Visual Basic, Microsoft Visual C, Microsoft Access, Borland Delphi, Borland C Builder, etc.). Sharing software. Registered version will not prompt the screen, it would not send a message in each section of text before. Applicable language: CB3 CB4 CB5 D3 D4 D5 D6
Platform: | Size: 487424 | Author: 站长 | Hits:

[Windows Develop程序创建两个线程

Description: 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
Platform: | Size: 79872 | Author: 罗伟 | Hits:

[Crack HackMD5 v1.2

Description: RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001-RSA MD5 VISUAL C++ SOURCE CODE v1.2- Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to- see the source code for details.Released November 2001
Platform: | Size: 972800 | Author: 李湘 | Hits:

[Internet-Networkvcmessage

Description: Visual C++打造Windows信使服务程序-create Windows Messenger Service Program
Platform: | Size: 2048 | Author: 张志峰 | Hits:

[Windows DevelopWindows串口编程例子

Description: in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ver10.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\ver10.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ver10.def This file contains information about the DLL that must be-subdirectory in the RES. This file can be di rectly edited in Microsoft Visual C. ver10.clw This file contains information used by ClassWi Zard to edit existing classes or add new classes . ClassWizard also uses this file to store infor mation needed to create and edit maps an message d dialog data to create maps and prototype Membe r functions. res \ ver10.rc2 This file contains resources that are not edited by Microsoft Visu al C. You should not place all resources editabl e by the resource editor in this file. ver10.def This file contains information about the DLL th must be at
Platform: | Size: 39936 | Author: kkkk | Hits:

[VC/MFCvc_mfc

Description: Visual C++ MFC 简明教程 原著:Marshall Brain 编译:张圣华 第一部分:MFC导论 第二部分:一个简单的MFC程序 第三部分:MFC样式 第四部分:消息映射-MFC Visual C Concise Guide to the original : Marshall Brain compiler : Chang Sheng-hua, Part I : Introduction to the second part of MFC : a simple procedure MFC Part III : MFC forms Part IV : Message Mapping
Platform: | Size: 28672 | Author: 情书 | Hits:

[GUI Developmessagebox

Description: 《Visual C++编程技巧精选500例》代码之消息框篇-"Visual C programming skills selected 500 cases of" news box of Code chapter
Platform: | Size: 1630208 | Author: 小鱼 | Hits:

[GUI DevelopVCjiemian

Description: ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)   ②、添加关键成员函数为:BOOL DrawTitleBar(CDC *pDC)   ③、添加完消息涵数后,在.cpp中实现它们的代码(点击查看代码附件):   好了运行你的序程,即可出现漂亮的界面。说明在设计对话框时最好只选上Title Bars,其它不要.消息函数要手动添加。只本程序是在VC++6.0 +WinXP环境下完成的。   经过实践证明,仅仅画一个窗口很容易,多窗口程序软件实现统一风格很难。如若有机会的话,我会和大家继续探讨如何将设计好的漂亮窗口子类化,让程序所有的窗口有统一风格,美化窗口的其它控件并可自动随窗口改变而调整大小。我想那才是我们大家关心的。对不? -err
Platform: | Size: 1259520 | Author: sailor | Hits:

[Other2005110114544614697

Description: 一个实现手机收发短信的VC++串口编程源码-achieve a cell phone text message TX VC Serial Programming FOSS
Platform: | Size: 415744 | Author: aw | Hits:

[BooksWindowMessageAll

Description: Windows 消息大全,VC开发人员必备书-Windows Message Solutions, VC Developer essential book!
Platform: | Size: 17408 | Author: 雷国胜 | Hits:

[DocumentsWindowscalculator

Description: 本文需要你事先了解面向对象的基于消息驱动的 Windows 消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单应用程序就可以了。  首先,让我们来仔细了解一下mircosoft的计算器吧,我们发现它是一个基于对话框的含有两的主对话框、一个关于对话框、一个菜单的应用程序。也就是说,我们应该创建一个基于对话框的应用程序,并且为其添加一个菜单和一个主对话框(因为,应用程序已经创建好了一个主对话框和关于对话框)。 -paper you need to advance understanding of the object-oriented message-driven programming Windows news, of course, For the preparation of this calculator, you do not need to know too many windows programming, You will be important to prepare a simple dialog-based applications on it. First of all, let us know in detail what the calculator mircosoft bar, We found that it is based on a dialog box containing two of the main dialog, a dialog on, a menu of applications. In other words, we should create a dialog-based applications, and for adding a main menu and a dialog box (because, Application procedures have been well-established and one of the main dialog box).
Platform: | Size: 2048 | Author: monkeylzj | Hits:

[SMSHanMsg

Description: 基于WINCE,用EVC开发的,实现短消息接受处理功能,将短消息显示在LCD上,并具有翻页、删除等功能。-with EVC development, and achieving acceptable short message processing functions, SMS will be displayed on the LCD, and has flip delete functions.
Platform: | Size: 616448 | Author: 王东 | Hits:

[TCP/IP stackNetWorkTestRepor

Description: 自己开发的用于模拟在网络上发送广播报文或者TCP,UDP简单报文的小程序,利用线程,可直接应用的代码-its own development for simulation of the network to send broadcast messages or TCP, UDP simple message of small procedures, the use of threads, can be directly applied to the code
Platform: | Size: 2160640 | Author: 朱学科 | Hits:

[OS programMyMessageBox(VC++)

Description: 自制VC里的消息框 MessageBox。 实现自定义按钮倒计时-VC Lane made the news box MessageBox. Realize definition button countdown
Platform: | Size: 26624 | Author: | Hits:

[Internet-Networkcpumessage

Description: 采用C++语言编写,运行以后可以获得本机以及其所在的局域网络等的信息。-Using C++ Languages, running after the access to this machine as well as the local area network, such as in the information.
Platform: | Size: 1233920 | Author: Andy | Hits:

[VC/MFCVisual-C++-MFC-

Description: Windows系统引擎 消息驱动体系 三种编程方法 基于 C 语言与 SDK 工具 基于 C++语言和 MFC 类库 基于 Visual C++ 环境-Windows system message-driven system of the engine three methods are based on C programming language and SDK tools based on the C++ Language and MFC class library based on Visual C++ Environment
Platform: | Size: 94208 | Author: | Hits:

[OtherVisual.C

Description: Visual.C 消息框代码 -Visual.C message box code Visual.C message box code
Platform: | Size: 152576 | Author: 王军 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net